@charset "utf-8";
body {
	font-family: "微软雅黑";
	background: #f9f9f8 url(/global/bg_body.jpg) no-repeat center top;
}

/* adv */
.adv .adv-item {
	float: left;
	overflow: hidden;
}
.adv .adv-item img {
	width: inherit;
	height: inherit;
	transition: 1s all;
}
.adv .adv-item:hover img { transform: scale(1.2);}
/* adv */

/* banner */
.banner {
	position: relative;
	width: 1112px;
	height: 240px;
	margin: 0 auto;
}
/* banner */

/* box */
.box-side.b-left + .box-main { margin-left: 307px;}
.box-side.b-right + .box-main { margin-right: 307px;}
.box-side.b-left + .box-side.b-right + .box-main { margin: 0 287px;}
.box-side { width: 266px;}
.box-side.b-left {
	padding-right: 20px;
	border-right: 1px dashed #ccc;
}
.box-side.b-right {
	padding-left: 20px;
	border-left: 1px dashed #ccc;
}
/* box */

/*comment */
.comment { line-height: 30px;}
.comment-title { 
	padding: 10px;
	background-color: #f6f6f6; 
	border-top: 1px #ddd solid;
	}
.comment-subtitle { 
	padding: 20px 0 20px 50px;
	color: #348c08;
	font-weight: 700;
	text-align: left;
}
.comment .comment-list-item {
	padding: 10px;
	background-color: #fafafa;
	border: 1px dashed #aaa;
}
.comment .comment-list-title { color: #000;}
.comment .comment-list-text pre { word-break:break-all;}
#commentCountNum { padding-left: 50px;}
/*comment */

/* container */
.container {
	min-height: 200px;
	margin: 0 20px;
}
.container .container-title {
	position: relative;
	padding-left: 20px;
	line-height: 52px;
	font-family: "鏂板畫浣�";
	font-size: 24px;
	color: #000;
	background: url(/global/icon_line_g.png) no-repeat left center;
	border-bottom: 1px solid #93c27b;
}
.container .container-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #348c08;
}
.sidebar.b-left + .container ,
.sidebar.b-left + script + .container {
	margin-left: 327px;
}
.sidebar.b-left.bor + .container:before {
	content: "";
	position: absolute;
	top: 68px;
	left: 306px;
	bottom: 20px;
	width: 0;
	border-left: 1px dashed #ccc;
}
/* container */

/* content */
.content .content-title {
	padding-top: 32px;
	padding-bottom: 35px;
	line-height: 48px;
	font-family: "新宋体";
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #348c08;
}
.content .content-subtitle { text-align: center;}
.content .content-source {
	line-height: 38px;
	font-size: 14px;
	text-align: left;
	color: #666;
	border-bottom: 1px dashed #ccc;
}
.content .content-source a {
	margin: 0 5px;
	color: #d00;
	text-decoration: underline;
}
.content .content-source .content-source-large { font-size: 20px;}
.content .content-source .content-source-normal { font-size: 16px;}
.content .content-source .content-source-small { font-size: 14px;}
.content .content-source a.current {
	color: #999;
	text-decoration: none;
}
.content .content-text {
	line-height: 2em;
	color: #333;
	overflow-y: auto;
}
.content .content-text  img{ max-width: 100%;}
.content .content-text table td ,
.content .content-text table th { border: 1px solid;}
.content .content-text.content-text-large *{ font-size: 20px !important;}
.content .content-text.content-text-medium *{ font-size: 16px !important;}
.content .content-text.content-text-small *{ font-size: 14px !important;}
.content .content-text.content-text-normal *{}
.container.content { padding: 0 55px;}
.container.content .content-text {
	margin: 0  auto;
	padding-top: 20px;
	width:100%;
}
/* content */

/* footer */
.footer {
	position: relative;
	width: 1112px;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 30px;
	border-top: 2px solid #348c08;
}
.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #90bf78;
}
.footer:after {
	content: "";
	position: absolute;
	top: 58px;
	left: 339px;
	display: block;
	width: 0;
	height: 85px;
	border-left: 1px solid #ccc;
}
.footer-menu {
	padding-top: 3px;
	line-height: 66px;
	font-size: 18px;
	text-align: center;
}
.footer-menu .menu-item {
	margin: 025px;
	color: #333;
}
.footer-menu .menu-item:hover {
	color: #348c08;
	text-decoration: underline;
}
.footer .footer-cnt {
	padding-left: 392px;
	line-height: 36px;
	color: #666;
}
.footer .footer-link-zc {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 110px;
	height: 55px;
}
.footer .footer-link-bs {
	position: absolute;
	top: 65px;
	left: 103px;
	width: 80px;
	height: 80px;
}
.footer .footer-link-wza {
	position: absolute;
	top: 75px;
	left: 180px;
	width: 80px;
	height: 80px;
}
/* footer */

/* form鏍峰紡 */
.form .form-item { line-height: 36px;}
.form .form-name{
	float: left;
	width: 15%;
	text-align: right;
	color: #000;
}
.form .form-item-cnt { margin-left: 15%;}
.form  input ,
.form  select ,
.form  textarea {
	position: relative;
	text-indent: 0;
	color: #000;
	z-index: 300;
}
.form .form-input {
	position: relative;
	height: 36px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form .form-input input {
	width: 98%;
	height: 36px;
	padding: 0 1%;
	background: none;
	border: none; 
}
.form .form-select {
	position: relative;
	height: 36px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form .form-select input{
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 36px;
	padding: 0 1%;
	background: none;
	border: none;
	z-index: 200;
}
.form .form-select select {
	position: relative;
	width: 100%;
	height: 36px;
	background: none;
	border: none; 
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 300;
}
.form .form-select:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 10px;
	height: 36px;
	line-height: 36px;
	font-family: "新宋体";
	transform: rotate(90deg);
}
.form .form-textarea {
	position: relative;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form .form-textarea textarea {
	width: 98%;
	padding: 0 1%;
	line-height: 30px;
	background: none;
	border: none;
}
.form .form-code .form-code-input {
	position: relative;
	float: left;
	width: 60%;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form .form-code .form-code-input input {
	width: 92%;
	height: 36px;
	padding: 0 4%;
	background: none;
	border: none; 
}
.form .form-code img {
	float: right;
	width: 35%;
	height: 38px;
}
.form .form-btn {
	position: relative;
	display: block;
	height: 36px;
	padding: 0 2em;
	line-height: 36px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	transition: .8s background-color;
}
.form input.form-btn { height: 38px;}
.form .form-btn:hover {
	color: #fff;
	background-color: #348c08;
	border-color: #348c08;
}
.form label.error {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 1em;
	line-height: 36px;
	text-align: right;
	color: #f00;
	z-index: 200;
}
.form .form-item.w50p {
	float: left;
	width: 50%;
}
.form .form-item.w50p .form-name { width: 30%;}
.form .form-item.w50p .form-item-cnt { margin-left: 30%;}
.form .form-item.w50p .form-input input ,
.form .form-item.w50p .form-select input {
	width: 96%;
	padding: 0 2%;	
}
/* form鏍峰紡 */

/* header */
.header {
	position: relative;
	min-height: 290px;
}
/* header */

/* link */
.link { color: #c21c00;}
.link:hover { text-decoration: underline;}
/* link */

/* list */
.list {
	line-height: 36px;
	color: #999;
}
.list .list-item:before {
	content: "▪";
	color: #676767;
}
.list .list-item .list-item-cnt { color: #333;}
.list .list-date { float: right;}
.list-item.new .list-item-cnt { color: #348c08;}
.list-item a:hover img { opacity: .8;}
.list-pic .list-item {
	position: relative;
	display: block;
	float: left;
	width: 245px;
	height: 164px;
	margin-bottom: 15px;
	margin-left: 10px;
}
:root .list-pic .list-item { margin-left: 15px;}
.list-pic .list-pic {
	width: 245px;
	height: 132px;
	overflow: hidden;
}
.list-pic .list-pic img {
	width: inherit;
	height: inherit;
	transition: .5s all;
}
.list-pic .list-title {
	width: 221px;
	height: 32px;
	padding: 0 12px;
	line-height: 32px;
	color: #333;
	background-color: rgba(0,0,0,.1);
}
.list-pic .list-item:nth-child(3n+1) { margin-left: 0;}
.list-pic .list-item:hover .list-pic img { transform: scale(1.2);}
.list-search {
	line-height: 36px;
	border-bottom: 1px dashed #ddd;
}
.list-search .list-title {
	color: #000;
}
.list-search .list-src { color: #999;}
/* list */

/* location */
.location {
	height: 46px;
	margin: 0 20px;
	margin-bottom: 20px;
	padding-left: 38px;
	line-height: 46px;
	background: url(/global/icon_location.png) no-repeat 10px center;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.location .location-item-tag:before {
	content: ">";
	padding-left: 6px;
	padding-right: 2px;
	font-family: "新宋体";
	color: #e4e4e4;
}
/* location */

/* logo */
.logo {
	display: block;
	float: left;
	width: 450px;
	height: 93px;
	margin-top: 75px;
	margin-left: 20px;
	background: url(/global/bg_logo.png) no-repeat left top;
}
/* logo */

/* main */
.main {
	position: relative;
	width: 1112px;
	margin: 0 auto;
}
/* main */

/* menu */
.menu {
	height: 49px;
	padding-top: 2px;
	line-height: 48px;
	font-family: "新宋体";
	font-size: 24px;
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
	padding-top: 0px;
	border:0px;
}
.menu .menu-cnt {
	position: relative;
	width: 1112px;
	height: 48px;
	margin: 0 auto;
	border-bottom: 2px solid #348c08;
}
.menu .menu-item {
	display: block;
	float: left;
	width: 188px;
	height: 50px;
	margin-left: 40px;
}
.menu .menu-item:first-child { margin-left: 0;}
.menu .menu-item-cnt {
	display: block;
	width: 188px;
	height: 48px;
	text-align: center;
	color: #000;
	overflow: hidden;
}
.menu .menu-item-cnt:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 48px;
	padding-right: .2em;
	vertical-align: top;
	background: url(/global/icon_menu_home.png) no-repeat left top;
}
.menu .menu-item[name=zjlp] .menu-item-cnt:before {
	width: 28px;
	background-image: url(/global/icon_menu_zjlp.png);
}
.menu .menu-item[name=zwgk] .menu-item-cnt:before {
	width: 28px;
	background-image: url(/global/icon_menu_zwgk.png);
}
.menu .menu-item[name=bsfw] .menu-item-cnt:before {
	width: 32px;
	background-image: url(/global/icon_menu_bsfw.png);
}
.menu .menu-item[name=hdjl] .menu-item-cnt:before {
	width: 32px;
	background-image: url(/global/icon_menu_hdjl.png);
}
.menu .menu-item .menu-box { 
	position: absolute;
	top: 50px;
	left: 0;
	width: 1112px;
	height: 0;
	font-size: 16px;
	overflow: hidden;
	transition: .5s height;
}
.menu .menu-item .menu-box .menu-box-cnt {
	height: 381px;
	padding: 30px 20px 0;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.menu .menu-item:hover .menu-item-cnt ,
.menu .menu-item.current .menu-item-cnt {
	color: #fff;
	background-color: #348c08;
}
.menu .menu-item:hover .menu-item-cnt:before ,
.menu .menu-item.current .menu-item-cnt:before { background-position: left bottom;}
.menu .menu-item.current .menu-item-cnt:before { transition: none;}
.menu .menu-item:hover .menu-box {
	height: 415px;
	z-index: 999;
}
/* menu */

/* nav */
.nav {
	font-family: "新宋体";
	background-color: #f2f4f6;
}
.nav .nav-title {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: #348c08;
}
.nav .nav-cnt { padding: 10px 20px;}
.nav .nav-cnt > .nav-item { margin-bottom: 10px;}
.nav .nav-cnt > .nav-item > .nav-item-title {
	display: block;
	height: 56px;
	line-height: 62px;
	text-indent: 50px;
	color: #333;
	background: #fff url(/global/li_arrow_r_g.png) no-repeat 31px 26px;
	border: 1px dashed #348c08;
	overflow: hidden;
}
.nav .nav-cnt > .nav-item.current > .nav-item-title {
	color: #348c08;
	background-color: #dfe9de;
}
.nav .nav-cnt > .nav-item > .nav-item-cnt {
	display: none;
	padding-top: 14px;
	padding-bottom: 7px;
}
.nav .nav-cnt > .nav-item.current > .nav-item-cnt { display: block;}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item > .nav-item-title {
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: 61px;
	background: url(/global/li_line_gy.png) no-repeat 46px 14px;
}
.nav .nav-cnt > .nav-item > .nav-item-cnt > .nav-item.current > .nav-item-title {
	font-weight: 700;
	color: #348c08;
}
/* nav */

/* notice鏍峰紡 */
.notice .notice-title {
	height: 44px;
	padding-top: 4px;
	line-height: 44px;
}
.notice .notice-title-cnt{
	font-size: 24px;
	color: #c21c00;
}
.notice .notice-subtitle {
	padding-top: 10px;
	line-height: 44px;
	font-size: 24px;
	color: #348c08;
}
.notice .notice-text{ line-height: 36px;}
.notice .notice-btn-item {
	display: block;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	color: #fff;
	background-color: #3567a6;
	border: 1px solid #3567a6;
	border-radius: 5px;
	cursor: pointer;
}
.notice .notice-btn-item:hover { background-color: #1b96d1;}
/* notice鏍峰紡 */

/* page */
.page {
	line-height: 30px;
	color: #777;
}
.page * { display: inline-block;}
.page a ,
.page select {
	height: 28px;
	margin: 0 2px;
	padding: 0 .8em;
	line-height: 28px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
}
.page a:hover {
	color: #fff;
	background-color: #348c08;
	border-color: #348c08;
}
.page a.disabled {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.page select { padding: 0;}
/* page */

/* sidebar */
.sidebar { width: 266px;}
.sidebar.b-left { margin-left: 20px;}
.sidebar.b-right { margin-right: 20px;}
/* sidebar */

/* search */
.search {
	width: 80%;
	height: 40px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.search .search-btn {
	display: block;
	float: right;
	width: 46px;
	height: 40px;
	overflow: hidden;
}
.search .search-btn:before ,
.search .search-btn:after {
	content: "";
	display: block;
	float: left;
	width: 46px;
	height: 40px;
	background: no-repeat left center;
	transition: .5s all;
}
.search .search-btn:before { background-image: url(/global/icon_search_gy.png); }
.search .search-btn:after {
	transform: translate(-23px,0) rotate(45deg);
	background-image: url(/global/icon_search_g.png);
}
.search .search-btn:hover:before {
	transform: translate(-23px,-40px) rotate(-45deg);
}
.search .search-btn:hover:after {
	transform: translate(0,-40px) rotate(0);
}
.search .search-input { margin: 0 20px;}
.search .search-btn + .search-input { margin-right: 50px;}
.search .search-input input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #aaa;
	background: none;
	border: none;
}
.search .search-select {
	position: relative;
	float: left;
	width: 7.5em;
	heght: 32px;
	line-height: 32px;
	margin-top: 4px;
	margin-left: 12px;
	border-right: 1px dashed #ddd;
	overflow: hidden;
}
.search .search-select:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 5px;
	transform: rotate(90deg);
}
.search .search-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 32;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
	z-index: 999;
}
.search .search-btn + .search-select + .search-input {
	margin-left: 9em;
	margin-right: 50px;
}
.banner .search {
	position: absolute;
	top: 125px;
	right: 3px;
	width: 300px;
	border: none;
}
/* search */

/* select */
.select { position: relative;}
.select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: inherit;
	cursor: pointer;
	opacity: 0;
	filter:Alpha(opacity=0);
}
.select .select-view {
	position: relative;
	display: block;
	height: 28px;
	padding-left: 10px;
	padding-right: 30px;
	line-height: 28px;
	color: #666;
	border: 1px solid #ddd;
}
.select div.select-view:after {
	content: "﹀";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 28px;
	text-align: center;
	color: #5c5b67;
}
/* select */

/* swiper */
.swiper {
	position: relative;
	overflow: hidden;
}
.swiper .swiper-btn {
	position: absolute;
	display: block;
	top: 205px;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	line-height: 60px;
	font-family: "新宋体";
	font-size: 60px;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	z-index: 999;
	opacity: .3;
	filter:alpha(opacity=30);
}
.swiper .swiper-btn-prev {
	left: 0;
	text-align: left;
}
.swiper .swiper-btn-prev:before { content: "<";}
.swiper .swiper-btn-next {
	right: 0;
	text-align: right;
}
.swiper .swiper-btn-next:after { content: ">";}
.swiper .swiper-btn-next + .swiper-btn-prev ,
.swiper .swiper-btn-next + .swiper-btn-prev + .swiper-btn-next {
	top: 450px;
	width: 30px;
	height: 76px;
	margin: 0;
	line-height: 76px;
	font-size: 30px;
}
.swiper .swiper-btn:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.swiper .swiper-container {
	padding: 8px 0;
	height: 60px;
	margin: 0 35px;
	background-color: #f2f2f2;
	overflow: hidden;
	z-index: 100;
}
.swiper .swiper-wrapper { *width: 10000%;}
.swiper .swiper-slide {
	opacity: .3;
	filter:alpha(opacity=30);
}
.swiper .swiper-slide .swiper-title ,
.swiper .swiper-slide .swiper-text { display: none;}
.swiper .swiper-slide a {}
.swiper .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 58px;
	margin: 0 auto;
	border: 1px solid #fff;
}
.swiper .swiper-slide-active img { border: 1px solid #000;}
.swiper .swiper-slide:hover {
	opacity: .6;
	filter:alpha(opacity=60);
}
.swiper .swiper-slide-active {
	opacity: 1;
	filter:alpha(opacity=100);
}
.swiper .swiper-pagination {
	position: relative;
	height: 440px;
	margin: 0 35px;
	overflow: hidden;
}
.swiper .swiper-pagination .swiper-pagination-switch { display: none;}
.swiper .swiper-pagination .swiper-active-switch { display: block;}
.swiper .swiper-pagination .swiper-title {
	position: relative;
	height: 30px;
	margin: 0 35px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
	color: #000;
	background-color: #f2f2f2;
}
.swiper .swiper-pagination .swiper-title .swiper-page {
	position: absolute;
	top: 0;
	right: 10px;
	height: 30px;
	color: #000;
}
.swiper .swiper-pagination .swiper-visible-switch .swiper-title { display: none;}
.swiper .swiper-pagination .swiper-active-switch .swiper-title { display: block;}
.swiper .swiper-pagination .swiper-text {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
	visibility: hidden;
}
.swiper .swiper-pagination .swiper-text-cnt {
	position: relative;
	padding: 5px;
	line-height: 24px;
	text-indent: 2em;
	color: #fff;
	z-index: 200;
}
.swiper .swiper-pagination .swiper-text-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100;
	opacity: .5;
	filter:alpha(opacity=50);
}
.swiper .swiper-pagination .swiper-active-switch:hover .swiper-text { visibility: visible;}
.swiper .swiper-pagination img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 400px;
	min-width: 50%;
	min-height: 200px;
}
/* swiper */

/* tab */
.tab .tab-trigger { height: 37px;}
.tab .tab-trigger-item {
	position: relative;
	float: left;
	height: 28px;
	margin-left: 47px;
	line-height: 28px;
	font-size: 20px;
	color: #333;
}
.tab .tab-trigger-item:first-child { margin-left: 0;}
.tab .tab-trigger-item:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	display: none;
	width: 100%;
	height: 9px;	
	transition: .5s all;
}
:root .tab .tab-trigger-item:before { display: block;}
.tab .tab-trigger-item.current {
	font-weight: 700;
	color: #348c08;
	border-bottom: 2px solid #348c08;
}
.tab .tab-trigger-item.current:before { background: url(/global/bg_arrow_d_g.gif) no-repeat center top;}
.tab-cnt-item { display: none;}
.tab-cnt-item.current { display: block;}
/* tab */

/* table鏍峰紡 */
.table table { width: 100%;}
.table .table-title {
	height: 36px;
	line-height: 36px;
	background-color: #eee;
	overflow:hidden;
}
.table .table-title td ,
.table .table-cnt td div { text-indent: .5em;}
.table .table-cnt div {
	height: 48px;
	line-height: 48px;
}
.table .table-cnt table tr:hover td { background-color: #f5fafe;}
.table .table-cnt div {
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;	
}
/* table鏍峰紡 */

/* text */
.text {
	line-height: 36px;
	text-indent: 2em;
	color: #474747;
}
/* text */

/* title */
.title {
	height: 36px;
	border-bottom: 1px solid #ccc;
}
.title .title-cnt {
	display: block;
	float: left;
	line-height: 34px;
	font-family: "新宋体";
	font-size: 24px;
	color: #c21c00;
}
.title a.title-cnt {
	position: relative;
	font-weight: 700;
	overflow: hidden;
}
.title a.title-cnt:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 2px;	
	background-color: #c21c00;
	transition: .5s all;
}
.title a.title-cnt:hover:before  { top: 36px}
.title a.title-cnt.b-c-b:before { background-color: #3762b1;}
.title a.title-cnt.b-c-bn:before { background-color: #68360d;}
.title a.title-cnt.b-c-g:before { background-color: #348c08;}

.title .title-link ,
.title .title-link-tag {
	float: right;
	line-height: 36px;
	font-family: "新宋体";
	color: #333;
}
.title .title-link:hover { color: #c21c00;}
/* title */

/* toolbar */
.toolbar {
	float: right;
	margin-top: 82px;
	padding-right: 32px;
}
.toolbar .toolbar-item {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	margin: 0 10px;
	line-height: 30px;
	font-size: 20px;
	color: #666;
	overflow: hidden;
}
.toolbar .toolbar-item:before ,
.toolbar .toolbar-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: 30px;
	background-repeat: no-repeat;
	transition: .5s all;
}
.toolbar .toolbar-item:before { background-position: left top;}
.toolbar .toolbar-item:after {
	transform: scale(0);
	background-position: left bottom;
}
.toolbar .toolbar-item.icon-wechat { width: 32px;}
.toolbar .toolbar-item.icon-wechat:before ,
.toolbar .toolbar-item.icon-wechat:after { background-image: url(/global/icon_tool_wechat.png);}
.toolbar .toolbar-item.icon-phone { width: 15px;}
.toolbar .toolbar-item.icon-phone:before ,
.toolbar .toolbar-item.icon-phone:after { background-image: url(/global/icon_tool_phone.png);}
.toolbar .toolbar-item.icon-help { width: 24px;}
.toolbar .toolbar-item.icon-help:before ,
.toolbar .toolbar-item.icon-help:after { background-image: url(/global/icon_tool_help.png);}
.toolbar .toolbar-item.icon-zzb {width: 24px;}
.toolbar .toolbar-item.icon-zzb:before ,
.toolbar .toolbar-item.icon-zzb:after {background-image: url(/global/zzb.png);}
.toolbar .toolbar-item:hover {
	text-decoration: underline;
	color: #367bc0;
}
.toolbar .toolbar-item:hover:before { transform: scale(0);}
.toolbar .toolbar-item:hover:after { transform: scale(1);}
/* toolbar */

/* video */
.video {/* 瀹介珮16:9 */
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 72%;
}
.video object ,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* video */

/* vote鏍峰紡 */
.vote {
	line-height: 36px;
	color: #000;
}
.vote .vote-item:last-child { text-align: center;}
.vote .vote-title { margin-bottom: 5px;}
.vote .vote-textarea {
	background-color: #fcfcfc;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.vote .vote-textarea textarea {
	width: 100%;
	background: none;
	border: none;
}

.vote .vote-btn {
	position: relative;
	display: inline-block;
	height: 36px;
	padding: 0 2em;
	line-height: 36px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	transition: .8s background-color;
}
.vote input.vote-btn { height: 38px;}
.vote .vote-btn:hover {
	color: #fff;
	background-color: #348c08;
	border-color: #348c08;
}
/* vote鏍峰紡 */

.box-outlink {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	z-index: 9999;
}
.box-outlink .box-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.box-outlink .box-cnt {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 520px;
	height: 180px;
	margin-left: -250px;
	margin-top: -90px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	border-radius: 3px;
	overflow: hidden;
}
.box-outlink .box-text {
	height: 80px;
	padding: 50px 20px 0;
	text-align: center;
	color: #333;
	border: none;
}
.box-outlink .box-btn {
	float: right;
	height: 30px;
	margin-right: 20px;
	padding: 0 1em;
	line-height: 30px;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 3px;
}    
.box-outlink .box-btn.btn-jxfw {
	color: #fff;
	background-color: #080;
	border: 1px solid #080;
}
.box-outlink .box-btn.btn-close {
	position: absolute;
	top: -5px;
	right: -22px;
	width: 30px;
	padding: 0;
	font-size: 30px;
	text-align: center;
	color: #c31f0b;
	border: none;
	border-radius: 15px;
	transform: rotate(45deg);
}
.box-outlink .box-btn:hover { opacity: .8;}
.box-outlink .box-btn.btn-close:hover { color: #080;}